const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3503: http2stateClosed
h2_bundle.go#L3511: http2stateClosed: "Closed",
h2_bundle.go#L4672: return http2stateClosed, nil
h2_bundle.go#L4676: return http2stateClosed, nil
h2_bundle.go#L5215: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5270: case http2stateClosed:
h2_bundle.go#L5670: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5673: st.state = http2stateClosed
h2_bundle.go#L6464: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)